home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00116.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  195 b   |  8 lines

  1. on exitFrame
  2.   global whosnow, effectspath, cards
  3.   if (whosnow = "doc") and (item 2 of cards <> "1") then
  4.     sprite(69).visible = 1
  5.     sound playFile 2, effectspath & "found.aif"
  6.   end if
  7. end
  8.